projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b04c52
)
(one-window-p): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Aug 1994 20:25:20 +0000
(20:25 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Aug 1994 20:25:20 +0000
(20:25 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index e1585f9dd71537465b9fd919e8eb9cda999ed9f0..ed93fa4c6a9e1e3feaac5605a2c42792264276b9 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-54,7
+54,7
@@
BODY should be a list of lisp expressions."
;;;; Window tree functions.
(defun one-window-p (&optional nomini all-frames)
- "Returns non-nil if the
re is only one window
.
+ "Returns non-nil if the
selected window is the only window (in its frame)
.
Optional arg NOMINI non-nil means don't count the minibuffer
even if it is active.